C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportIndexing<T> Interface
Members

ISupportIndexing<T> Interface
Specifies a calling contract for collections that support getting the index of an item.
Syntax
'Declaration
 
Public Interface ISupportIndexing(Of T) 
 
Type Parameters
T
See Also